[E2007 and later][EWS][JS][Windows]: Looking for Javascript API for connecting EWS

Dear Team,


I am creating an application using NodeWebkit and javascript for achieving following functionalities:

  • Autodicover URL
  • Fetching calender items
  • Get user availability details
  • Fetching contacts
  • For streaming notification

Please let me know the recommended way of connecting EWS using javascript. Also, Please let me know is there any javascript API to connect to EWS. Any help would be highly appreciated.

Thanks,

Alka Saini




  • Edited by Alka Saini Thursday, August 27, 2015 7:04 AM
August 27th, 2015 6:06am

EWS doesn't support Cross-origin resource sharing (CORS) so building SPA type browser applications that will directly authenticate against an Exchange Mailbox generally won't work (in Office365 and coming Exchange 2016 there is new REST API with CORS support). One workaround is build an intermediary web Service that uses something like the JAVA ews api https://github.com/OfficeDev/ews-java-api and then instrument your requests via the intermediary to your backend 2007 server.

Cheers
Glen


Free Windows Admin Tool Kit Click here and download it now
August 28th, 2015 12:48am

EWS doesn't support Cross-origin resource sharing (CORS) so building SPA type browser applications that will directly authenticate against an Exchange Mailbox generally won't work (in Office365 and coming Exchange 2016 there is new REST API with CORS support). One workaround is build an intermediary web Service that uses something like the JAVA ews api https://github.com/OfficeDev/ews-java-api and then instrument your requests via the intermediary to your backend 2007 server.

Cheers
Glen


August 28th, 2015 4:45am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics